animationDefinitions
Type
function
Summary
Returns a list of all defined animations.
Syntax
get animationDefinitions()
Description
Use this function to get a list of the names of all animations that have been defined using the defineAnimation command.
Examples
put animationDefinitions() into tAnimList
repeat for each line tAnim in tAnimList
# Do something with each animation
end repeat
Value
Name | Type | Description |
---|---|---|
return | A return-delimited list of animation names, empty if none defined. |
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web